[INFO] cloning repository https://github.com/mozilla-iam/dino-park-lookout
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mozilla-iam/dino-park-lookout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla-iam%2Fdino-park-lookout", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla-iam%2Fdino-park-lookout'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a81ae64df29c61a844577643088d361b993e08ec
[INFO] fixing mozilla-iam/dino-park-lookout against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla-iam%2Fdino-park-lookout" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mozilla-iam/dino-park-lookout
[INFO] finished tweaking git repo https://github.com/mozilla-iam/dino-park-lookout
[INFO] tweaked toml for git repo https://github.com/mozilla-iam/dino-park-lookout written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mozilla-iam/dino-park-lookout on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mozilla-iam/dino-park-lookout already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2
[INFO] running `Command { std: "docker" "start" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   actix-router v0.5.4 (as host dependency) removed features: http, unicode
[INFO] [stderr]   crypto-common v0.1.6 (as host dependency) removed features: std
[INFO] [stderr]   digest v0.10.7 (as host dependency) removed features: alloc, std
[INFO] [stderr]   log v0.4.17 (as host dependency) removed features: std
[INFO] [stderr]   phf_shared v0.11.3 removed features: default, std
[INFO] [stderr]   proc-macro2 v1.0.106 (as host dependency) removed features: span-locations
[INFO] [stderr]   rand v0.8.5 removed features: small_rng
[INFO] [stderr]   rand v0.8.5 (as host dependency) removed features: alloc, default, getrandom, libc, rand_chacha, std, std_rng
[INFO] [stderr]   rand_core v0.6.4 (as host dependency) removed features: alloc, getrandom, std
[INFO] [stderr]   regex v1.7.0 (as host dependency) removed features: aho-corasick, default, memchr, perf, perf-cache, perf-dfa, perf-inline, perf-literal, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-script, unicode-segment
[INFO] [stderr]   regex-syntax v0.6.28 (as host dependency) removed features: default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-script, unicode-segment
[INFO] [stderr]   serde v1.0.228 (as host dependency) removed features: derive, serde_derive
[INFO] [stderr]   tokio v1.29.1 removed features: windows-sys
[INFO] [stderr]   tracing v0.1.37 (as host dependency) removed features: attributes, default, std, tracing-attributes
[INFO] [stderr]   tracing-core v0.1.30 (as host dependency) removed features: once_cell, std
[INFO] [stderr] 
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling openssl v0.10.43
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]     Checking cpufeatures v0.2.5
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling semver v1.0.14
[INFO] [stderr]    Compiling async-trait v0.1.59
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling openssl-src v111.24.0+1.1.1s
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking zeroize v1.5.7
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling rusoto_core v0.47.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking data-encoding v2.3.2
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking siphasher v1.0.2
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking ipnet v2.5.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]     Checking brotli-decompressor v4.0.3
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking ahash v0.4.8
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking xml-rs v0.8.4
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking dlv-list v0.2.3
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking ordered-multimap v0.3.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking object v0.29.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking rust-ini v0.17.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d7aafca975a8ee63 -C extra-filename=-86e1011286802cfa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-eec1021d4c9923cf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b14645545ea26c9b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-7f82a442b9696e71.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=03510d497cb9f462 -C extra-filename=-2558b81efd20d6f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-eec1021d4c9923cf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b14645545ea26c9b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-7f82a442b9696e71.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2", kill_on_drop: false }`
[INFO] [stdout] f7b4c52e138249eb896fb4aca0d0b1ae7568f1058c9c3babf1a3721f7d4c62c2
